Summary

Creates an RSS 2.0 feed from a category of EPT documents. The category needs that the fields CS_PublishDate and CS_CreatedBy are indexed.

Component properties
Category AS Miscellaneous
Version 1.0
Complies with Xhtml 1.0 / 1.1 rules Yes
Supported server programming languages C# Visual Basic.NET
Output content type Unspecified or not applicable

When to use

This component is typically used when there is a need to publish EPT documents in CS as RSS feeds.

Programming interface

Parameters

Main title
Title of the RSS Feed
Main link
Main link for the feed
Main description
Description for the feed
Language
Languagecode for the feed
Required EPT fields for Title and Description
EPT field for the item title
Required. The field you want to use as item title.
Data type for title
The data type for the title field. Must be specified for correct sorting or viewing. Warning: you must be sure that all values in this field corresponds to the chosen data type.
EPT field for the item description
Required. The field you want to use for item description.
Data type for description
The data type for the description field. Must be specified for correct sorting or viewing. Warning: you must be sure that all values in this field corresponds to the chosen data type.
Optional EPT fields used for data filtering
EPT field for filterering
Optional field if you want to filter the result.
Data type for first filter
The data type for this field. Must be specified for correct sorting or viewing. Warning: you must be sure that all values in this field corresponds to the chosen data type.
EPT field for filterering
Optional field if you want to filter the result.
Data type for second filter
The data type for this field. Must be specified for correct sorting or viewing. Warning: you must be sure that all values in this field corresponds to the chosen data type.
EPT field for filterering
Optional field if you want to filter the result.
Data type for third filter
The data type for this field. Must be specified for correct sorting or viewing. Warning: you must be sure that all values in this field corresponds to the chosen data type.
Filter argument
FilterCriteria
Optional filter criteria. Here you can type sql criterias using the fields you have choosen above. Ex: [Country] = 'Sweden'. You must enclose the fieldnames with [] and type them with correct casing.
RSS dialect
  • RSS2Spec - Use the standard RSS 2.0 specification for the feed.
  • DublinCore - Use the Dublin Core namespace for the feed.
Formatting options
Max items to return
Sets the maximum amount of items in the feed. Setting this to 0 will return all items.
Presentation template in item link
Optional PTID for generated links
Application cache options
Use application cache
Turns on the application cache. Instead of this functionality you can use the .NET caching via the Page directive.
Cache time out
Regulates the cache time out value in minutes. The value can be set to 0 (not recommended) to use infinite caching. NOTE: The caching has limited size (configurable) for each site and can be recycled due to lack of cache size in the system.

Remarks